home *** CD-ROM | disk | FTP | other *** search
/ The Complete Work of Mahatma Gandhi / The Complete Work of Mahatma Gandhi-CD interactive.iso / pc / ganmac / eb.cst / 00281_Script_vidvol150 < prev    next >
Text File  |  1999-05-31  |  2KB  |  70 lines

  1. on mouseDown
  2.   --  for 150
  3.   global gvolume,cspname, gwhere
  4.   set gwhere to the movieTime of sprite 6
  5.   set the soundEnabled to true  
  6.   set the movieRate of sprite 6 to 0
  7.   updateStage 
  8.   
  9.   set wgrp to chars(cspname,1,1)
  10.   if (gvolume < 150) or (gvolume > 150) then
  11.     if gvolume = 0 then
  12.       set the member of sprite 106 to the number of member (wgrp&"vol0")
  13.     else
  14.       set the member of sprite 108 to the number of member (wgrp&"voll")
  15.     end if
  16.   end if 
  17.   
  18.   set the member of sprite 107 to the number of member ("r"&wgrp&"volm")
  19.   set the volume of sound 1 to 150
  20.   --    set the volume of sound 2 to 150
  21.   --  set the movieRate of sprite 6 to 1
  22.   set the volume of sound 6 to 150
  23.   set the soundlevel to 3
  24.   updateStage
  25.   --    if gvolume = 0 then
  26.   
  27.   --  end if
  28.   
  29.   set gvolume to 150
  30.   
  31.   
  32. end  
  33.  
  34. on mouseUp
  35.   global gxx, vlocH, vlocV
  36.   set ii to the name of member (the memberNum of sprite gxx) of castLib "eb.cst"
  37.   set mm to chars(ii,2,6)
  38.   set the memberNum of sprite gxx to the number of member mm 
  39.   
  40.   set the visible of sprite 5 to true
  41.   set the visible of sprite 98 to true
  42.   set the visible of sprite 101 to true
  43.   set the visible of sprite 102 to true
  44.   set wm to the name of member (the memberNum of sprite 101) of castLib "eb.cst"
  45.     global pv
  46.   if wm = "play" then
  47.     set pv to 2
  48.     go to frame "video"
  49.   else
  50.     set pv to 1
  51.     go to frame "video"
  52.     --        set xx to the movieTime of sprite 6
  53.     --        set the movieTime of sprite 6 to -1
  54.     --        updateStage
  55.     --        set the movieTime of sprite 6 to xx
  56.     --        set the movierate of sprite 6 to 1
  57.   end if
  58.   set the locH of sprite 98 to vlocH
  59.   set the locV of sprite 98 to vlocV
  60.   set the visible of sprite 106 to false
  61.   set the visible of sprite 107 to false
  62.   set the visible of sprite 108 to false
  63.   CHASPCURSOR -1,106,108
  64.   updateStage
  65. end
  66.  
  67.  
  68.  
  69.  
  70.